Blazor コントロール
CanRemoveRange メソッド (ISupportRangeEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportRangeEditing<T> インターフェース : CanRemoveRange メソッド
The index of the items that would be removed.
The number of items to be removed.
Determines whether a range of items at the specified startingIndex can be removed from the collection.
シンタックス
'宣言
 
Function CanRemoveRange( _
   ByVal startingIndex As System.Integer, _
   ByVal count As System.Integer _
) As System.Boolean
System.bool CanRemoveRange( 
   System.int startingIndex,
   System.int count
)

パラメータ

startingIndex
The index of the items that would be removed.
count
The number of items to be removed.
参照

ISupportRangeEditing<T> インターフェース
ISupportRangeEditing<T> メンバ